UFix64.INumeric<UFix64>.LogicalAnd Method

Computes the bitwise logical AND of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UFix64 INumeric<UFix64>.LogicalAnd(
	UFix64 value
)

Parameters

value  UFix64
The value with which to compute the logical bitwise AND.

Return Value

UFix64
The bitwise logical AND of the current value and value.

Implements

INumeric<TSelf>.LogicalAnd(TSelf)

See Also